home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
VRML 2 - Moving 3D Graphics
/
VRML 2 - Moving 3D Graphics.iso
/
vrmlbook
/
source
/
vr2-3-31.wrl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-30
|
350 b
|
24 lines
#VRML V2.0 utf8
#vr2-3-31.wrl
Shape {
geometry PointSet {
coord Coordinate {
point [
10 10 0,
-10 10 0,
-10 -10 0,
10 -10 0,
0 0 20
]
}
color Color [
1 0 0,
0 1 0,
0 0 1,
1 1 0,
0 1 1
]
}
}